MCP-Drift-State-Tracker initial release 1
This commit is contained in:
parent
d803e69751
commit
b80e653c34
|
|
@ -1,13 +1,13 @@
|
|||
Live Verification Using the MCP Inspector
|
||||
? Live Verification Using the MCP Inspector
|
||||
|
||||
Before embedding into production pipelines, execute the native transport wrapper to test primitives:
|
||||
Before embedding the server into an orchestration client, execute the protocol inspector to test your tools in an isolated sandbox interface:
|
||||
Bash
|
||||
|
||||
uv run npx @modelcontextprotocol/inspector uv run mcp_drift_state_tracker.py
|
||||
npx @modelcontextprotocol/inspector uv run mcp_drift_state_tracker.py
|
||||
|
||||
3. Odysseus Integration Configuration
|
||||
? Odysseus & Client Integration Configuration
|
||||
|
||||
Map this absolute workspace path directly into your active runtime tool configurations:
|
||||
Map this configuration block directly into your active runtime tool settings. This structure uses uv's global --directory flag to securely isolate the server's runtime environment from the code repositories you are actively auditing:
|
||||
JSON
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue