25 lines
600 B
Plaintext
25 lines
600 B
Plaintext
Live Verification Using the MCP Inspector
|
|
|
|
Before embedding into production pipelines, execute the native transport wrapper to test primitives:
|
|
Bash
|
|
|
|
uv run npx @modelcontextprotocol/inspector uv run mcp_drift_state_tracker.py
|
|
|
|
3. Odysseus Integration Configuration
|
|
|
|
Map this absolute workspace path directly into your active runtime tool configurations:
|
|
JSON
|
|
|
|
{
|
|
"mcpServers": {
|
|
"mcp-drift-state-tracker": {
|
|
"command": "uv",
|
|
"args": [
|
|
"--directory",
|
|
"/absolute/path/to/mcp-drift-state-tracker",
|
|
"run",
|
|
"mcp_drift_state_tracker.py"
|
|
]
|
|
}
|
|
}
|
|
} |