Commit bcb12b4
authored
fix!: remove MCP server implementation (#45)
* refactor!: remove MCP server implementation
Remove the standalone MCP server feature to align with the Node.js SDK
which only provides MCP client functionality.
This is a BREAKING CHANGE:
- Removed `stackmcp` CLI command
- Removed `stackone_ai/server.py` module
- Removed `examples/mcp_server.py` example
The MCP client functionality for fetching tools via `fetch_tools()` is
retained and still requires the `mcp` optional dependency.
Users who were running `stackmcp` as an MCP server will need to use
alternative approaches for MCP server functionality.
* docs: update documentation after MCP server removal
- Remove MCP server section from CLAUDE.md code architecture
- Remove `make mcp-inspector` command reference from CLAUDE.md
- Update Python requirements note in README.md to reflect 3.9+ support
* chore: remove mcp-inspector task from justfile
The mcp-inspector task referenced the removed stackmcp CLI command.
* chore: remove cli extra from mcp dependency
The [cli] extra was only needed for the MCP server functionality.
The MCP client for fetch_tools() only requires the base mcp package.1 parent ad8fce4 commit bcb12b4
File tree
5 files changed
+1
-272
lines changed- examples
- stackone_ai
5 files changed
+1
-272
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
57 | 54 | | |
58 | 55 | | |
59 | 56 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 57 | | |
65 | 58 | | |
66 | 59 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
51 | | - | |
| 48 | + | |
52 | 49 | | |
53 | 50 | | |
54 | 51 | | |
| |||
This file was deleted.
0 commit comments