Skip to content

Commit 8967db7

Browse files
committed
update file names
1 parent 247bdce commit 8967db7

File tree

9 files changed

+675
-149
lines changed

9 files changed

+675
-149
lines changed

.devcontainer/launch-inspector-codespace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -n "${CODESPACE_NAME:-}" ]; then
1111
echo " Inspector Proxy Address: $PROXY_URL"
1212
echo ""
1313

14-
ALLOWED_ORIGINS="$CODESPACE_URL" npx -y @modelcontextprotocol/inspector uv run main.py
14+
ALLOWED_ORIGINS="$CODESPACE_URL" npx -y @modelcontextprotocol/inspector
1515
else
1616
echo "🚀 Launching MCP Inspector..."
1717
npx -y @modelcontextprotocol/inspector

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ __pycache__/
66
# C extensions
77
*.so
88

9+
.claude/
10+
.claude
11+
.claude*
12+
913
# Distribution / packaging
1014
.Python
1115
build/

.vscode/mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cwd": "${workspaceFolder}",
77
"args": [
88
"run",
9-
"main.py"
9+
"basic_mcp_stdio.py"
1010
],
1111
"env": {
1212
"PYTHONUNBUFFERED": "1"
@@ -24,7 +24,7 @@
2424
"debugpy",
2525
"--listen",
2626
"0.0.0.0:5678",
27-
"main.py"
27+
"basic_mcp_stdio.py"
2828
],
2929
"env": {
3030
"PYTHONUNBUFFERED": "1"

README.md

Lines changed: 0 additions & 145 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ requires-python = ">=3.13"
77
dependencies = [
88
"fastmcp>=2.12.5",
99
"debugpy>=1.8.0",
10+
"langchain-core>=0.3.0",
11+
"mcp>=1.3.0",
12+
"azure-identity>=1.25.1",
13+
"langchain==1.0.0a5",
14+
"langchain-openai>=1.0.1",
15+
"langchain-mcp-adapters>=0.1.11",
16+
"azure-ai-inference==1.0.0b9",
1017
]

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)