mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-26 23:44:17 +02:00
Fix broken documentation links (#2952)
This commit is contained in:
parent
3af9de197a
commit
3df38584cf
69 changed files with 179 additions and 179 deletions
|
|
@ -89,11 +89,11 @@ fastmcp==2.11.0 # Good
|
|||
fastmcp>=2.11.0 # Bad - will install breaking changes
|
||||
```
|
||||
|
||||
See the full [versioning and release policy](/development/releases#versioning-policy) for details on our public API, deprecation practices, and breaking change philosophy.
|
||||
See the full [versioning and release policy](/v2/development/releases#versioning-policy) for details on our public API, deprecation practices, and breaking change philosophy.
|
||||
|
||||
## Contributing to FastMCP
|
||||
|
||||
Interested in contributing to FastMCP? See the [Contributing Guide](/development/contributing) for details on:
|
||||
Interested in contributing to FastMCP? See the [Contributing Guide](/v2/development/contributing) for details on:
|
||||
- Setting up your development environment
|
||||
- Running tests and pre-commit hooks
|
||||
- Submitting issues and pull requests
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ icon: rocket-launch
|
|||
|
||||
Welcome! This guide will help you quickly set up FastMCP, run your first MCP server, and deploy a server to FastMCP Cloud.
|
||||
|
||||
If you haven't already installed FastMCP, follow the [installation instructions](/getting-started/installation).
|
||||
If you haven't already installed FastMCP, follow the [installation instructions](/v2/getting-started/installation).
|
||||
|
||||
## Create a FastMCP Server
|
||||
|
||||
|
|
@ -133,4 +133,4 @@ To deploy your server, you'll need a [GitHub account](https://github.com). Once
|
|||
|
||||
That's it! FastMCP Cloud will build and deploy your server, making it available at a URL like `https://your-project.fastmcp.app/mcp`. You can chat with it to test its functionality, or connect to it from any LLM client that supports the MCP protocol.
|
||||
|
||||
For more details, see the [FastMCP Cloud guide](/deployment/fastmcp-cloud).
|
||||
For more details, see the [FastMCP Cloud guide](/v2/deployment/fastmcp-cloud).
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ FastMCP pioneered Python MCP development, and FastMCP 1.0 was incorporated into
|
|||
|
||||
**This is FastMCP 2.0,** the actively maintained version that extends far beyond basic protocol implementation. While the SDK provides core functionality, FastMCP 2.0 delivers everything needed for production: advanced MCP patterns (server composition, proxying, OpenAPI/FastAPI generation, tool transformation), enterprise auth (Google, GitHub, Azure, Auth0, WorkOS, and more), deployment tools, testing frameworks, and comprehensive client libraries.
|
||||
|
||||
Ready to build? Start with our [installation guide](/getting-started/installation) or jump straight to the [quickstart](/getting-started/quickstart).
|
||||
Ready to build? Start with our [installation guide](/v2/getting-started/installation) or jump straight to the [quickstart](/v2/getting-started/quickstart).
|
||||
|
||||
FastMCP is made with 💙 by [Prefect](https://www.prefect.io/).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue