8000 fix links · mark3labs/mcp-go@6ac1843 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ac1843

Browse files
committed
fix links
1 parent 709e19d commit 6ac1843

File tree

7 files changed

+11
-13
lines changed

7 files changed

+11
-13
lines changed

www/docs/pages/clients/operations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,4 +907,4 @@ func demonstrateSubscriptionManager(c client.Client) {
907907
## Next Steps
908908

909909
- **[Client Transports](/clients/transports)** - Learn transport-specific client features
910-
- **[Testing](/testing)** - Test client implementations thoroughly
910+
- **[Client Basics](/clients/basics)** - Review fundamental concepts

www/docs/pages/quick-start.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,10 @@ func main() {
218218

219219
Now that you have a working MCP server and client:
220220

221-
- **Explore [Examples](/examples)** - See more complex use cases
222-
- **Learn about [Tools](/tools)** - Create powerful tool interfaces
223-
- **Add [Resources](/resources)** - Expose data sources to LLMs
224-
- **Create [Prompts](/prompts)** - Build reusable prompt templates
225-
- **Deploy your server** - Learn about production deployment options
221+
- **Learn about [Tools](/servers/tools)** - Create powerful tool interfaces
222+
- **Add [Resources](/servers/resources)** - Expose data sources to LLMs
223+
- **Create [Prompts](/servers/prompts)** - Build reusable prompt templates
224+
- **Explore [Advanced Features](/servers/advanced)** - Production-ready features
226225

227226
## Common Issues
228227

www/docs/pages/servers/advanced.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,5 +824,4 @@ func startWithGracefulShutdown(s *server.MCPServer) {
824824
## Next Steps
825825

826826
- **[Client Development](/clients)** - Learn to build MCP clients
827-
- **[Testing](/testing)** - Comprehensive testing strategies
828-
- **[Deployment](/deployment)** - Production deployment patterns
827+
- **[Server Basics](/servers/basics)** - Review fundamental concepts

www/docs/pages/servers/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,4 +561,4 @@ func handleTemplatePrompt(ctx context.Context, req mcp.GetPromptRequest) (*mcp.G
561561
562562
- **[Advanced Features](/servers/advanced)** - Explore typed tools, middleware, and hooks
563563
- **[Client Integration](/clients)** - Learn how to build MCP clients
564-
- **[Testing](/testing)** - Comprehensive testing strategies
564+
- **[Tools](/servers/tools)** - Learn about implementing server tools

www/docs/pages/servers/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,4 +654,4 @@ func addConditionalTools(s *server.MCPServer, userRole string) {
654654

655655
- **[Prompts](/servers/prompts)** - Learn to create reusable interaction templates
656656
- **[Advanced Features](/servers/advanced)** - Explore typed tools, middleware, and hooks
657-
- **[Testing](/testing)** - Learn comprehensive testing strategies
657+
- **[Resources](/servers/resources)** - Learn about exposing data sources

www/docs/pages/transports/http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,4 +1031,4 @@ func (rl *RateLimiter) Middleware(next http.Handler) http.Handler {
10311031

10321032
- **[In-Process Transport](/transports/inprocess)** - Learn about embedded scenarios
10331033
- **[Client Development](/clients)** - Build MCP clients for HTTP transport
1034-
- **[Testing](/testing)** - Test HTTP MCP servers comprehensively
1034+
- **[Server Basics](/servers/basics)** - Review fundamental server concepts

www/docs/pages/transports/inprocess.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,5 +797,5 @@ func handlePooledOperation(ctx context.Context, req mcp.CallToolRequest) (*mcp.C
797797
## Next Steps
798798

799799
- **[Client Development](/clients)** - Build MCP clients for all transports
800-
- **[Testing](/testing)** - Comprehensive testing strategies
801-
- **[Performance](/performance)** - Optimization techniques and benchmarking
800+
- **[HTTP Transport](/transports/http)** - Learn about web-based scenarios
801+
- **[Server Advanced Features](/servers/advanced)** - Explore production-ready features

0 commit comments

Comments
 (0)
0