From b3fa0ac0887a9288f2f8a5d59c638ccc3c2aa38d Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Tue, 25 Mar 2025 15:46:37 +0000 Subject: [PATCH] Add links to API docs from README.md --- .github/workflows/docs.yml | 2 ++ README.MD | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1f54981ad..fe8763935 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,3 +1,5 @@ +name: Publish Docs + on: release: types: [published] diff --git a/README.MD b/README.MD index e17622965..a55975aa9 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ [![NuGet preview version](https://img.shields.io/nuget/vpre/ModelContextProtocol.svg)](https://www.nuget.org/packages/ModelContextProtocol/absoluteLatest) -The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. +The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit our [API documentation](https://modelcontextprotocol.github.io/csharp-sdk/api/ModelContextProtocol.html) for more details on available functionality. > [!NOTE] > This repo is still in preview, breaking changes can be introduced without prior notice.