You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/prd-fluent-mcp-servicenow.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Fluent MCP is a Model Context Protocol (MCP) server that provides ServiceNow SDK
52
52
2.3 Init command:
53
53
prerequisites:
54
54
- Change the current working directory to the directory where you want to create the ServiceNow application.
55
-
- The current working directory must not already contain a ServiceNow application, meaning it must not contain a `now.config.json` file, and it's package.json (if exists) must not have dependencies for `@servicenow/now-sdk` or `@servicenow/now-sdk-cli`. Otherwise, return a message indicating that the current directory already contains a Fluent (ServiceNow SDK) application, and tell the user current scope name and package name.
55
+
- The current working directory must not already contain a ServiceNow application, meaning it must not contain a `now.config.json` file, and it's package.json (if exists) must not have dependencies for `@servicenow/sdk`. Otherwise, return a message indicating that the current directory already contains a Fluent (ServiceNow SDK) application, and tell the user current scope name and package name.
56
56
- working directory handling:
57
57
- If working directory is provided
58
58
- If the provided working directory doesn't exist, create it, save it as the working directory for the session, then move onto command execution
0 commit comments