Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Quickstart Resources

A repository of servers and clients from the following Model Context Protocol tutorials:
- [Quickstart](https://modelcontextprotocol.io/quickstart) – a simple MCP weather server
- [Building MCP clients](https://modelcontextprotocol.io/tutorials/building-a-client) – an LLM-powered chatbot MCP client
- [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) – a simple MCP weather server
- [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) – an LLM-powered chatbot MCP client

## Security Note

Expand Down
2 changes: 1 addition & 1 deletion mcp-client-go/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# An LLM-Powered Chatbot MCP Client written in Go

See the [Building MCP clients](https://modelcontextprotocol.io/tutorials/building-a-client) tutorial for more information.
See the [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) tutorial for more information.
2 changes: 1 addition & 1 deletion mcp-client-python/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# An LLM-Powered Chatbot MCP Client written in Python

See the [Building MCP clients](https://modelcontextprotocol.io/tutorials/building-a-client) tutorial for more information.
See the [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) tutorial for more information.
2 changes: 1 addition & 1 deletion mcp-client-ruby/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# An LLM-Powered Chatbot MCP Client written in Ruby

See the [Building MCP clients](https://modelcontextprotocol.io/tutorials/building-a-client) tutorial for more information.
See the [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) tutorial for more information.
3 changes: 3 additions & 0 deletions mcp-client-rust/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# An LLM-Powered Chatbot MCP Client written in Rust

See the [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) tutorial for more information.
2 changes: 1 addition & 1 deletion mcp-client-typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# An LLM-Powered Chatbot MCP Client written in TypeScript

See the [Building MCP clients](https://modelcontextprotocol.io/tutorials/building-a-client) tutorial for more information.
See the [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-client) tutorial for more information.
2 changes: 1 addition & 1 deletion weather-server-go/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A Simple MCP Weather Server written in Go

See the [Quickstart](https://modelcontextprotocol.io/quickstart) tutorial for more information.
See the [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) tutorial for more information.

## Building

Expand Down
2 changes: 1 addition & 1 deletion weather-server-python/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# A Simple MCP Weather Server written in Python

See the [Quickstart](https://modelcontextprotocol.io/quickstart) tutorial for more information.
See the [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) tutorial for more information.
2 changes: 1 addition & 1 deletion weather-server-ruby/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# A Simple MCP Weather Server written in Ruby

See the [Quickstart](https://modelcontextprotocol.io/quickstart) tutorial for more information.
See the [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) tutorial for more information.
2 changes: 1 addition & 1 deletion weather-server-rust/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# A Simple MCP Weather Server written in Rust

See the [Quickstart](https://modelcontextprotocol.io/quickstart) tutorial for more information.
See the [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) tutorial for more information.
2 changes: 1 addition & 1 deletion weather-server-typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# A Simple MCP weather Server written in TypeScript

See the [Quickstart](https://modelcontextprotocol.io/quickstart) tutorial for more information.
See the [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) tutorial for more information.
Loading