Skip to content

Commit beb1df8

Browse files
committed
Sync open source content 🐝 (from 63ee782e96465e6dd03822ab1de387def00d1ff6)
1 parent 6267d1a commit beb1df8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

mcp/using-mcp/use-cases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Despite recent advances, we all know LLMs still struggle with math and calculati
8383

8484
### Using MCP Run Python for accurate calculations
8585

86-
With [MCP Run Python](https://ai.pydantic.dev/mcp/run-python/), we can offload any calculations to a Python environment.
86+
With [MCP Run Python](https://github.com/pydantic/mcp-run-python), we can offload any calculations to a Python environment.
8787

8888
Let's ask Claude to help us with a tricky math problem:
8989

mcp/using-mcp/use-cases/social-media-postiz/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ Then, Claude schedules the posts. Click the generated links to view your schedul
7676

7777
With Postiz connected to Claude Desktop, you're ready for AI-powered social media scheduling.
7878

79-
{/* Try combining Postiz with other MCP servers to create advanced workflows, like [turning your best Slack threads into social media content](/mcp/using-mcp/slack-postiz-guide). */}

mcp/using-mcp/using-tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Rather than hoping the LLM will choose the right tools, be explicit in your inst
9191

9292
## Include tool use pointers in your system prompt
9393

94-
Include tips on using tools that you know you will almost always have enabled. For example, if you always have [Context7](https://context7.com/) and [MCP Run Python](https://ai.pydantic.dev/mcp/run-python/) installed and active, include a note on how and when you expect the LLM to use the tools provided by these servers.
94+
Include tips on using tools that you know you will almost always have enabled. For example, if you always have [Context7](https://context7.com/) and [MCP Run Python](https://github.com/pydantic/mcp-run-python) installed and active, include a note on how and when you expect the LLM to use the tools provided by these servers.
9595

9696
Anecdotally, we've seen better results by including these tools and pointers in our system prompts:
9797

0 commit comments

Comments
 (0)