From 3d31157e0134428e1a75b4c487e9bebe60d7c2d6 Mon Sep 17 00:00:00 2001 From: Svrnty Date: Wed, 22 Oct 2025 21:07:44 -0400 Subject: [PATCH] feat: add NuGet packaging metadata for v1.0.0 --- .../Svrnty.MCP.AspNetCore.csproj | 21 +++++++++++++++++++ src/Svrnty.MCP.Core/Svrnty.MCP.Core.csproj | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/src/Svrnty.MCP.AspNetCore/Svrnty.MCP.AspNetCore.csproj b/src/Svrnty.MCP.AspNetCore/Svrnty.MCP.AspNetCore.csproj index 4c37b13..d4fb43e 100644 --- a/src/Svrnty.MCP.AspNetCore/Svrnty.MCP.AspNetCore.csproj +++ b/src/Svrnty.MCP.AspNetCore/Svrnty.MCP.AspNetCore.csproj @@ -4,8 +4,29 @@ net8.0 enable enable + + + Svrnty.MCP.AspNetCore + 1.0.0 + Svrnty + Svrnty + Svrnty MCP Server + ASP.NET Core integration for Svrnty.MCP.Core. Provides middleware, endpoints, and dependency injection extensions for hosting MCP servers in ASP.NET Core applications. + mcp;model-context-protocol;ai;anthropic;claude;llm;dotnet;aspnetcore;server + https://github.com/svrnty/svrnty-mcp-server + https://github.com/svrnty/svrnty-mcp-server + git + MIT + README.md + false + true + snupkg + + + + diff --git a/src/Svrnty.MCP.Core/Svrnty.MCP.Core.csproj b/src/Svrnty.MCP.Core/Svrnty.MCP.Core.csproj index 0716eef..ab7c073 100644 --- a/src/Svrnty.MCP.Core/Svrnty.MCP.Core.csproj +++ b/src/Svrnty.MCP.Core/Svrnty.MCP.Core.csproj @@ -4,8 +4,29 @@ net8.0 enable enable + + + Svrnty.MCP.Core + 1.0.0 + Svrnty + Svrnty + Svrnty MCP Server + Core library for building Model Context Protocol (MCP) servers in .NET. Provides abstractions, tool definitions, and server implementation for enabling AI agents to interact with your application. + mcp;model-context-protocol;ai;anthropic;claude;llm;dotnet;server + https://github.com/svrnty/svrnty-mcp-server + https://github.com/svrnty/svrnty-mcp-server + git + MIT + README.md + false + true + snupkg + + + +