Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
</div>

<p align="center" style="display: flex; justify-content: center; gap: 5px; font-size: 15px;">
<a href="https://docs.arcade.dev/tools" target="_blank">Prebuilt Tools</a> •
<a href="https://docs.arcade.dev/home/contact-us" target="_blank">Contact Us</a>
<a href="https://docs.arcade.dev/en/resources/integrations" target="_blank">Prebuilt Tools</a> •
<a href="https://docs.arcade.dev/en/resources/contact-us" target="_blank">Contact Us</a>

# Arcade MCP Server Framework

* **To see example servers built with Arcade MCP Server Framework (this repo), check out our [examples](examples/)**

* **To learn more about the Arcade MCP Server Framework (this repo), check out our [Arcade MCP documentation](https://docs.arcade.dev/en/home/build-tools/create-a-mcp-server)**
* **To learn more about the Arcade MCP Server Framework (this repo), check out our [Arcade MCP documentation](https://docs.arcade.dev/en/guides/create-tools/tool-basics/build-mcp-server)**

* **To learn more about other offerings from Arcade.dev, check out our [documentation](https://docs.arcade.dev/home).**
* **To learn more about other offerings from Arcade.dev, check out our [documentation](https://docs.arcade.dev/en/home).**

_Pst. hey, you, give us a star if you like it!_

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Arcade's Security Reaserch Program

Learn more about Arcade's security resaerch program at https://docs.arcade.dev/home/security
Learn more about Arcade's security resaerch program at https://docs.arcade.dev/en/guides/security/security-research-program
2 changes: 1 addition & 1 deletion contrib/crewai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<p align="center">
<a href="https://docs.arcade.dev" target="_blank">Docs</a> •
<a href="https://docs.arcade.dev/mcp-servers" target="_blank">Servers</a> •
<a href="https://docs.arcade.dev/en/resources/integrations" target="_blank">Servers</a> •
<a href="https://github.com/ArcadeAI/arcade-py" target="_blank">Python Client</a> •
<a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions contrib/langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<p align="center">
<a href="https://docs.arcade.dev" target="_blank">Arcade Documentation</a> •
<a href="https://docs.arcade.dev/mcp-servers" target="_blank">Servers</a> •
<a href="https://docs.arcade.dev/en/resources/integrations" target="_blank">Servers</a> •
<a href="https://github.com/ArcadeAI/arcade-py" target="_blank">Python Client</a> •
<a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a>
</p>
Expand Down Expand Up @@ -168,7 +168,7 @@ Arcade provides many toolkits including:
- `X`: Posting and reading tweets on X
- And many more

For a complete list, see the [Arcade Toolkits documentation](https://docs.arcade.dev/toolkits).
For a complete list, see the [Arcade Toolkits documentation](https://docs.arcade.dev/en/resources/integrations).

## More Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

## Development

Read the docs on how to create a toolkit [here](https://docs.arcade.dev/home/build-tools/create-a-toolkit)
Read the docs on how to create a toolkit [here](https://docs.arcade.dev/en/guides/create-tools/tool-basics/build-mcp-server)
2 changes: 1 addition & 1 deletion libs/arcade-mcp-server/arcade_mcp_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ def _check_transport_restrictions(
and (requirements.authorization or requirements.secrets)
and not is_authenticated
):
documentation_url = "https://docs.arcade.dev/en/home/compare-server-types"
documentation_url = "https://docs.arcade.dev/en/guides/create-tools/tool-basics/compare-server-types"
user_message = "✗ Unsupported transport\n\n"
user_message += f" Tool '{tool_name}' cannot run over HTTP transport for security reasons.\n"
user_message += f" This tool requires {'authorization' if requirements.authorization else 'secrets'}.\n\n"
Expand Down
2 changes: 1 addition & 1 deletion libs/arcade-mcp-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "arcade-mcp-server"
version = "1.14.0"
version = "1.14.1"
description = "Model Context Protocol (MCP) server framework for Arcade.dev"
readme = "README.md"
authors = [{ name = "Arcade.dev" }]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "arcade-mcp"
version = "1.7.1"
version = "1.7.2"
description = "Arcade.dev - Tool Calling platform for Agents"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down