Skip to content

Commit 5e6dc25

Browse files
🤖 Regenerate LLMs.txt
1 parent ea77ca4 commit 5e6dc25

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎public/llms.txt‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- git-sha: e880e294276a79dad1acdac87160a054f8620106 generation-date: 2025-12-19T16:48:21.093Z -->
1+
<!-- git-sha: ea77ca406db7fb4ded50429f806b4ac7dc6aa3d7 generation-date: 2025-12-21T07:46:32.817Z -->
22

33
# Arcade
44

@@ -28,13 +28,20 @@ Arcade delivers three core capabilities: Deploy agents even your security team w
2828

2929
- [Arcade API Reference](https://docs.arcade.dev/en/references/api.md): The Arcade API Reference documentation provides users with essential information on how to interact with the Arcade API, including the base URL for requests and links to the OpenAPI specification. It emphasizes the requirement of having an account in good standing and adherence to the Terms of
3030
- [Arcade MCP (MCP Server SDK) - Python Overview](https://docs.arcade.dev/en/references/mcp/python/overview.md): This documentation page provides an overview of the Arcade MCP (MCP Server SDK) for Python, detailing its purpose as a secure framework for programmatically building MCP servers with a minimal API. Users will learn about the key components, such as the `M
31+
- [Arcade MCP (MCP Server SDK) - TypeScript Overview](https://docs.arcade.dev/en/references/mcp/typescript/overview.md): The Arcade MCP (MCP Server SDK) - TypeScript Overview documentation provides a comprehensive guide for developers to build secure MCP servers using TypeScript, Bun, Elysia, and Zod 4. It covers installation, API references, and practical
3132
- [Errors](https://docs.arcade.dev/en/references/mcp/python/errors.md): This documentation page provides an overview of domain-specific error types associated with the MCP server and its components, detailing the MCP exception hierarchy for improved error handling and debugging. Users can learn about various exceptions, such as `MCPError`, `ServerError`,
33+
- [Errors](https://docs.arcade.dev/en/references/mcp/typescript/errors.md): This documentation page provides a comprehensive reference for error types used in the Arcade MCP TypeScript SDK, helping users effectively manage and communicate errors in their tools. It outlines common error categories, including `NotFoundError`, `AuthorizationError`, and various tool execution
3234
- [Middleware](https://docs.arcade.dev/en/references/mcp/python/middleware.md): This documentation page provides an overview of the Middleware component in the Arcade MCP Server SDK for Python, detailing how users can intercept and modify requests and responses during processing. It outlines the base classes and methods for creating custom middleware, as well as built-in middleware
35+
- [Middleware](https://docs.arcade.dev/en/references/mcp/typescript/middleware.md): This documentation page provides a comprehensive guide on using middleware in the Arcade MCP TypeScript SDK, enabling users to intercept and modify MCP requests and responses. It outlines built-in middleware options for logging and error handling, as well as instructions for creating custom middleware to
3336
- [Server](https://docs.arcade.dev/en/references/mcp/python/server.md): This documentation page provides a reference for the `MCPServer` class in the Arcade MCP Python library, detailing its purpose as a low-level server for hosting Arcade tools over the MCP protocol. Users will learn about the server's features, including middleware support
37+
- [Server](https://docs.arcade.dev/en/references/mcp/typescript/server.md): This documentation page provides a comprehensive reference for the `MCPServer` class in the Arcade MCP TypeScript library, detailing its low-level functionalities for server lifecycle management, middleware composition, and bidirectional communication with clients. It guides users on when to use
3438
- [Settings](https://docs.arcade.dev/en/references/mcp/python/settings.md): This documentation page provides an overview of global configuration and environment-driven settings for the Arcade MCP Server, detailing how to manage and utilize various settings containers like MCPSettings and its sub-settings. Users will learn how to create settings from environment variables, convert them to
39+
- [Settings](https://docs.arcade.dev/en/references/mcp/typescript/settings.md): This documentation page provides guidance on configuring MCP servers using constructor options and environment variables, detailing how to set up and manage server settings effectively. It outlines the precedence of configuration methods, offers quick start examples, and includes advanced options for sharing and validating configurations.
3540
- [Telemetry](https://docs.arcade.dev/en/references/mcp/telemetry.md): This documentation page explains the telemetry data collected by the `arcade-mcp` framework, detailing its purpose, what data is tracked, and how users can opt-out of data sharing. It emphasizes that participation is optional and outlines the types of usage information
3641
- [Transport Modes](https://docs.arcade.dev/en/references/mcp/python/transports.md): This documentation page provides an overview of the different transport modes (stdio and HTTP) available for MCP servers, detailing their characteristics, usage scenarios, and configuration options. Users will learn how to choose the appropriate transport based on their application needs, whether for desktop
42+
- [Transport Modes](https://docs.arcade.dev/en/references/mcp/typescript/transports.md): This documentation page provides a comprehensive overview of transport modes for MCP servers, specifically detailing the use of stdio and HTTP transports. It guides users on when to use each mode based on deployment scenarios, outlines configuration steps, and highlights best practices for security and
3743
- [Types](https://docs.arcade.dev/en/references/mcp/python/types.md): This documentation page provides an overview of core Pydantic models and enums used in the MCP protocol, specifically detailing the `CallToolResult` and `SessionMessage` types. It helps users understand how to construct JSON-RPC requests and responses, as
44+
- [Types](https://docs.arcade.dev/en/references/mcp/typescript/types.md): This documentation page provides a comprehensive reference for the core TypeScript types and interfaces used in the Arcade MCP protocol SDK, focusing on enabling users to effectively implement and manage tool handlers. It highlights essential types like `ToolContext`, offers guidance on type inference with
3845

3946
## Arcade Cli
4047

0 commit comments

Comments
 (0)