Skip to content

v0.1.1 — MCP registry ownership

Choose a tag to compare

@peopleworks peopleworks released this 24 Jul 16:02
742e3a3

Patch release for SignsOfAI.Mcp only. SignsOfAI.Core and SignsOfAI.Cli remain at 0.1.0.

The official MCP registry verifies package ownership by requiring the server name to appear as mcp-name: io.github.peopleworks/signs-of-ai inside the NuGet package README. NuGet packages are immutable, so proving that needs a new version.

  • Package README carries the mcp-name line, so the registry can verify the entry.
  • .mcp/server.json moved to the current 2025-12-11 schema, and its description now fits the registry's 100-character limit.

No functional change to the server or its six tools.

Install: dnx SignsOfAI.Mcp --yes · dotnet tool install --global SignsOfAI.Mcp