diff --git a/README.md b/README.md index 78449238..63607675 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mcp-client-go/README.md b/mcp-client-go/README.md index 0bc48793..19bc40dc 100644 --- a/mcp-client-go/README.md +++ b/mcp-client-go/README.md @@ -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. diff --git a/mcp-client-python/README.md b/mcp-client-python/README.md index dc6cda0c..e9b58c2b 100644 --- a/mcp-client-python/README.md +++ b/mcp-client-python/README.md @@ -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. diff --git a/mcp-client-ruby/README.md b/mcp-client-ruby/README.md index e8f26cc0..a4ac5df9 100644 --- a/mcp-client-ruby/README.md +++ b/mcp-client-ruby/README.md @@ -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. diff --git a/mcp-client-rust/README.md b/mcp-client-rust/README.md new file mode 100644 index 00000000..03ed76ae --- /dev/null +++ b/mcp-client-rust/README.md @@ -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. diff --git a/mcp-client-typescript/README.md b/mcp-client-typescript/README.md index 8a66bf5c..ad508a07 100644 --- a/mcp-client-typescript/README.md +++ b/mcp-client-typescript/README.md @@ -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. diff --git a/weather-server-go/README.md b/weather-server-go/README.md index aed006af..36f695c9 100644 --- a/weather-server-go/README.md +++ b/weather-server-go/README.md @@ -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 diff --git a/weather-server-python/README.md b/weather-server-python/README.md index df2f6d89..0a80a27c 100644 --- a/weather-server-python/README.md +++ b/weather-server-python/README.md @@ -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. diff --git a/weather-server-ruby/README.md b/weather-server-ruby/README.md index c4e58251..4c8423b3 100644 --- a/weather-server-ruby/README.md +++ b/weather-server-ruby/README.md @@ -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. diff --git a/weather-server-rust/README.md b/weather-server-rust/README.md index 5883426b..4d819f05 100644 --- a/weather-server-rust/README.md +++ b/weather-server-rust/README.md @@ -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. diff --git a/weather-server-typescript/README.md b/weather-server-typescript/README.md index e887106e..ecad2519 100644 --- a/weather-server-typescript/README.md +++ b/weather-server-typescript/README.md @@ -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.