We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bb17b9 + cdbf4df commit b98e69aCopy full SHA for b98e69a
1 file changed
README.md
@@ -29,7 +29,7 @@ Add the following to your `claude_desktop_config.json`. See [here](https://model
29
"command": "npx",
30
"args": [
31
"-y",
32
- "@infisical/mcp",
+ "@infisical/mcp"
33
],
34
"env": {
35
"INFISICAL_HOST_URL": "https://<custom-host-url>.com", // Optional
@@ -78,4 +78,4 @@ npx @modelcontextprotocol/inspector node dist/index.js
78
1. Set the environment variables as described in the [Environment Variables ](#environment-variables) step.
79
2. Run the command to start the MCP Inspector.
80
3. Open the MCP Inspector UI in your browser and click Connect to start the MCP server.
81
-4. You can see all the available tools and test them individually.
+4. You can see all the available tools and test them individually.
0 commit comments