Fix broken links (#738)

https://github.com/ArcadeAI/docs/pull/622 moved a lot of files to new
URLs

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Updates references to Arcade docs after site restructure and bumps
package versions.
> 
> - Update docs URLs in `README.md`, `SECURITY.md`, contrib READMEs
(CrewAI, LangChain), and CLI template README to new `/en/...` paths
> - Update `documentation_url` in `arcade_mcp_server/server.py` error
message to the new "compare server types" doc
> - Bump versions: `arcade-mcp-server` to `1.14.1` and root `arcade-mcp`
to `1.7.2`
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
673b1ee7c2e5be6885ffd64914e7600b4685aaac. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
This commit is contained in:
Eric Gustin 2026-01-05 13:27:16 -08:00 committed by GitHub
parent 7a06bdfa7e
commit 25309c4e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 12 deletions

View file

@ -32,16 +32,16 @@
</div> </div>
<p align="center" style="display: flex; justify-content: center; gap: 5px; font-size: 15px;"> <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/en/resources/integrations" 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/contact-us" target="_blank">Contact Us</a>
# Arcade MCP Server Framework # Arcade MCP Server Framework
* **To see example servers built with Arcade MCP Server Framework (this repo), check out our [examples](examples/)** * **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!_ _Pst. hey, you, give us a star if you like it!_

View file

@ -2,4 +2,4 @@
## Arcade's Security Reaserch Program ## 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

View file

@ -17,7 +17,7 @@
<p align="center"> <p align="center">
<a href="https://docs.arcade.dev" target="_blank">Docs</a> <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-py" target="_blank">Python Client</a>
<a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a> <a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a>
</p> </p>

View file

@ -20,7 +20,7 @@
<p align="center"> <p align="center">
<a href="https://docs.arcade.dev" target="_blank">Arcade Documentation</a> <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-py" target="_blank">Python Client</a>
<a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a> <a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a>
</p> </p>
@ -168,7 +168,7 @@ Arcade provides many toolkits including:
- `X`: Posting and reading tweets on X - `X`: Posting and reading tweets on X
- And many more - 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 ## More Examples

View file

@ -37,4 +37,4 @@
## Development ## 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)

View file

@ -1005,7 +1005,7 @@ class MCPServer:
and (requirements.authorization or requirements.secrets) and (requirements.authorization or requirements.secrets)
and not is_authenticated 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 = "✗ Unsupported transport\n\n"
user_message += f" Tool '{tool_name}' cannot run over HTTP transport for security reasons.\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" user_message += f" This tool requires {'authorization' if requirements.authorization else 'secrets'}.\n\n"

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade-mcp-server" name = "arcade-mcp-server"
version = "1.14.0" version = "1.14.1"
description = "Model Context Protocol (MCP) server framework for Arcade.dev" description = "Model Context Protocol (MCP) server framework for Arcade.dev"
readme = "README.md" readme = "README.md"
authors = [{ name = "Arcade.dev" }] authors = [{ name = "Arcade.dev" }]

View file

@ -1,6 +1,6 @@
[project] [project]
name = "arcade-mcp" name = "arcade-mcp"
version = "1.7.1" version = "1.7.2"
description = "Arcade.dev - Tool Calling platform for Agents" description = "Arcade.dev - Tool Calling platform for Agents"
readme = "README.md" readme = "README.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }