Skip to content

Commit 21e99fd

Browse files
committed
add inspector tool
1 parent abe4d6f commit 21e99fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"filesystem": {
44
"command": "npx",
55
"args": ["-y", "@modelcontextprotocol/server-filesystem", "./assets"]
6+
},
7+
"everything": {
8+
"command": "npx",
9+
"args": ["-y", "@modelcontextprotocol/server-everything"]
610
}
711
}
812
}

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ streamlit: ## run Streamlit
133133
uv run streamlit run \
134134
template_langgraph/services/streamlits/main.py
135135

136+
.PHONY: mcp-insppector
137+
mcp-inspector: ## run MCP Inspector server
138+
npx -y @modelcontextprotocol/inspector
139+
136140
# ---
137141
# Project / Create indices
138142
# ---

0 commit comments

Comments
 (0)