Skip to content

Commit a200c76

Browse files
committed
chore: remove orphaned MCP references
The SmartEM MCP server was removed from smartem-decisions in Dec 2025 (PR DiamondLightSource/smartem-decisions#199) but the corresponding cleanup in smartem-devtools was never done. This removes all stale references. Closes #29
1 parent adcd370 commit a200c76

7 files changed

Lines changed: 1 addition & 563 deletions

File tree

claude-code/ARCHITECTURE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ SmartEM is the core system. Everything inside the boundary is in scope; everythi
6969
| smartem_common | (none - leaf) |
7070
| smartem_backend | smartem_common |
7171
| smartem_agent | smartem_common, smartem_backend.api_client |
72-
| smartem_mcp | smartem_common, smartem_backend, smartem_agent |
7372
| athena_api | (independent - no smartem imports) |
7473

7574
### Package Summaries
@@ -80,7 +79,6 @@ SmartEM is the core system. Everything inside the boundary is in scope; everythi
8079
| `smartem_backend` | API server, DB, MQ consumer | FastAPI, PostgreSQL, RabbitMQ, Alembic |
8180
| `smartem_agent` | EPU file watcher, parser | Watchdog, lxml, Typer CLI |
8281
| `athena_api` | Microscope hardware client | HTTP client + mock server |
83-
| `smartem_mcp` | Natural language querying | FastMCP server |
8482

8583
## API Client Generation
8684

@@ -171,7 +169,6 @@ export ARIA_GQL_LOCAL=http://localhost:9002/graphql
171169
|----------|-----------------|
172170
| smartem-backend | Rebuild |
173171
| smartem-agent | Rebuild |
174-
| smartem_mcp | Rebuild |
175172

176173
## CI/CD Overview
177174

docs/decision-records/backend-agent-communication-system-design.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ graph TB
3636
athena_client["client.py<br/>External API Integration"]
3737
end
3838
39-
subgraph mcp["smartem_mcp"]
40-
mcp_server["server.py<br/>Model Context Protocol"]
41-
end
4239
end
4340
4441
subgraph infra["Infrastructure Services"]
@@ -119,7 +116,7 @@ graph TB
119116
classDef equipment fill:#e8f5e8,stroke:#2e7d32,stroke-width:2px
120117
classDef communication fill:#fff8e1,stroke:#f57f17,stroke-width:2px
121118
122-
class k8s,packages,backend,common,athena,mcp,infra k8s
119+
class k8s,packages,backend,common,athena,infra k8s
123120
class boundary,agents,agent_pkg,equipment boundary
124121
class db,mq database
125122
class scope1,scope2,scopeN,epu1,epu2,epuN,em1,em2,emN,gpfs1,gpfs2,gpfsN equipment

docs/development/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tools
1010
generate-docs
1111
e2e-simulation
1212
github-labels
13-
mcp-interface
1413
```
1514

1615
## Topics
@@ -23,7 +22,6 @@ mcp-interface
2322

2423
- [Development Tools](tools.md) - Utility tools for development, testing, and maintenance
2524
- [E2E Simulation](e2e-simulation.md) - End-to-end development simulation setup
26-
- [MCP Interface](mcp-interface.md) - SmartEM MCP server for Claude Code integration
2725

2826
### Documentation and CI/CD
2927

0 commit comments

Comments
 (0)