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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Toolsets are collections of related tools stored in the `mci/` directory. They c
119
119
120
120
### MCP Server Integration
121
121
122
-
The `mci run` command creates an MCP server that:
122
+
The `mcix run` command creates an MCP server that:
123
123
124
124
- Dynamically loads tools from your MCI schema
125
125
- Serves them via the Model Context Protocol
@@ -128,7 +128,7 @@ The `mci run` command creates an MCP server that:
128
128
129
129
## Available Commands
130
130
131
-
### `mci install`
131
+
### `mcix install`
132
132
133
133
Bootstrap a new MCI project with starter configuration.
134
134
@@ -145,7 +145,7 @@ Creates:
145
145
-`mci/` directory - Library of toolsets
146
146
-`mci/.gitignore` - Excludes generated files
147
147
148
-
### `mci list`
148
+
### `mcix list`
149
149
150
150
Display all available tools from your configuration.
151
151
@@ -227,7 +227,7 @@ GITHUB_TOKEN=
227
227
228
228
> **Tip**: Run `uvx mcix envs --format=env` to generate a template `.env.example.mci` file, then copy it to `.env.mci` and fill in your values. Commit `.env.example.mci` to your repository so team members know what environment variables are needed.
Copy file name to clipboardExpand all lines: mci-docs/python/concepts/mcp_servers.mdx
+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
@@ -554,7 +554,7 @@ Only load tools you actually need:
554
554
}
555
555
```
556
556
557
-
> Note: MCIClient object supports env_vars as well as when registering with `uvx mci run` in any MCP client (For example, cursor or vscode) you can pass env variables, which will be resolved in whole "mci.json" file, as well as in "mcp_servers" part
557
+
> Note: MCIClient object supports env_vars as well as when registering with `uvx mcix run` in any MCP client (For example, cursor or vscode) you can pass env variables, which will be resolved in whole "mci.json" file, as well as in "mcp_servers" part
0 commit comments