File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -138,4 +138,16 @@ jobs:
138138            exit 1 
139139          fi 
140140
141-           echo "? NuGet push completed" 
141+           echo "✅ NuGet push completed" 
142+ 
143+        - name : Install MCP Publisher 
144+         run : | 
145+           curl -fsSL "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher 
146+           chmod +x mcp-publisher 
147+           ./mcp-publisher --version 
148+ 
149+        - name : Login to MCP Registry 
150+         run : ./mcp-publisher login github-oidc 
151+ 
152+       - name : Publish to MCP Registry 
153+         run : ./mcp-publisher publish 
Original file line number Diff line number Diff line change 11{
2-   "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json"  ,
3-   "description" : " A community-maintained MCP server that provides AI assistants with direct access to the .NET SDK"  ,
2+   "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json"  ,
43  "name" : " io.github.jongalloway/dotnet-mcp"  ,
4+   "title" : " .NET MCP Server"  ,
5+   "description" : " A community-maintained MCP server that provides AI assistants with direct access to the .NET SDK"  ,
56  "status" : " active"  ,
67  "version" : " 0.0.0-placeholder"  ,
78  "packages" : [
Original file line number Diff line number Diff line change 11# .NET MCP Server  
22
3+ <!--  mcp-name: io.github.jongalloway/dotnet-mcp --> 
4+ 
35[ ![ Build and Test] ( https://github.com/jongalloway/dotnet-mcp/actions/workflows/build.yml/badge.svg )] ( https://github.com/jongalloway/dotnet-mcp/actions/workflows/build.yml ) 
46[ ![ Dependabot] ( https://img.shields.io/badge/Dependabot-enabled-blue.svg )] ( https://github.com/jongalloway/dotnet-mcp/blob/main/.github/dependabot.yml ) 
57[ ![ NuGet] ( https://img.shields.io/nuget/v/Community.Mcp.DotNet.svg )] ( https://www.nuget.org/packages/Community.Mcp.DotNet/ ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments