diff --git a/README.md b/README.md index d8373bace..f017297cf 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,16 @@

- Prebuilt Tools • - Contact Us + Prebuilt Tools • + Contact Us # 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!_ diff --git a/SECURITY.md b/SECURITY.md index 1ee70e1a0..3bd96c874 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/contrib/crewai/README.md b/contrib/crewai/README.md index de57c280b..ce949d6a6 100644 --- a/contrib/crewai/README.md +++ b/contrib/crewai/README.md @@ -17,7 +17,7 @@

Docs • - Servers • + ServersPython ClientJavaScript Client

diff --git a/contrib/langchain/README.md b/contrib/langchain/README.md index a1427b58c..22dfcf85f 100644 --- a/contrib/langchain/README.md +++ b/contrib/langchain/README.md @@ -20,7 +20,7 @@

Arcade Documentation • - Servers • + ServersPython ClientJavaScript Client

@@ -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 diff --git a/libs/arcade-cli/arcade_cli/templates/full/{{ toolkit_name }}/README.md b/libs/arcade-cli/arcade_cli/templates/full/{{ toolkit_name }}/README.md index 868d8742c..209d4b10b 100644 --- a/libs/arcade-cli/arcade_cli/templates/full/{{ toolkit_name }}/README.md +++ b/libs/arcade-cli/arcade_cli/templates/full/{{ toolkit_name }}/README.md @@ -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) diff --git a/libs/arcade-mcp-server/arcade_mcp_server/server.py b/libs/arcade-mcp-server/arcade_mcp_server/server.py index 6ce1ccddf..7055467cf 100644 --- a/libs/arcade-mcp-server/arcade_mcp_server/server.py +++ b/libs/arcade-mcp-server/arcade_mcp_server/server.py @@ -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" diff --git a/libs/arcade-mcp-server/pyproject.toml b/libs/arcade-mcp-server/pyproject.toml index 71feef519..22bee6c00 100644 --- a/libs/arcade-mcp-server/pyproject.toml +++ b/libs/arcade-mcp-server/pyproject.toml @@ -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" }] diff --git a/pyproject.toml b/pyproject.toml index b7cd782eb..cb3a26484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }