Skip to content

Commit 693eddd

Browse files
authored
Add reference to the mcpd-sdk-python (#71)
* Add references to README * Add reference to /docs/tutorial
1 parent 12bb11a commit 693eddd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ with the same experience locally and in production.
1212
- Run and manage language-agnostic MCP servers via a single CLI
1313
- Secure execution context for secrets and runtime args
1414
- Smooth dev-to-prod transition via the `mcpd` daemon
15-
- Rich CLI and SDK tooling
15+
- Rich CLI and SDK tooling, see supported languages below:
16+
17+
18+
| Language | Repository | Status |
19+
|------------|------------------------------------------------------------------|-----------------------|
20+
| Python | [mcpd-sdk-python](https://github.com/mozilla-ai/mcpd-sdk-python) | :white_check_mark: |
21+
| JavaScript | _Coming soon_ | :large_yellow_circle: |
1622

1723
## 📖 Documentation
1824

@@ -22,6 +28,10 @@ Full documentation available at:
2228

2329
Covers setup, CLI usage, configuration, secrets, the daemon, Makefile commands, and full tutorials.
2430

31+
Explore the Python SDK, with a list of examples using it with different agent frameworks, at:
32+
33+
👉 **[https://github.com/mozilla-ai/mcpd-sdk-python](https://github.com/mozilla-ai/mcpd-sdk-python)**
34+
2535
## ⚙️ Quickstart
2636

2737
Install dependencies:

docs/tutorial.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,8 @@ curl -s -X POST -H "Content-Type: application/json" \\
7575
-d '{"timezone": "America/New_York"}' \\
7676
http://localhost:8090/api/v1/servers/time/tools/get_current_time | jq
7777
```
78+
79+
80+
# Using mcpd in your Python application
81+
82+
For tutorials on using mcpd with agents in Python, please refer to the [Python mcpd SDK](https://github.com/mozilla-ai/mcpd-sdk-python) documentation.

0 commit comments

Comments
 (0)