We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4d6f commit 21e99fdCopy full SHA for 21e99fd
.vscode/mcp.json
@@ -3,6 +3,10 @@
3
"filesystem": {
4
"command": "npx",
5
"args": ["-y", "@modelcontextprotocol/server-filesystem", "./assets"]
6
+ },
7
+ "everything": {
8
+ "command": "npx",
9
+ "args": ["-y", "@modelcontextprotocol/server-everything"]
10
}
11
12
Makefile
@@ -133,6 +133,10 @@ streamlit: ## run Streamlit
133
uv run streamlit run \
134
template_langgraph/services/streamlits/main.py
135
136
+.PHONY: mcp-insppector
137
+mcp-inspector: ## run MCP Inspector server
138
+ npx -y @modelcontextprotocol/inspector
139
+
140
# ---
141
# Project / Create indices
142
0 commit comments