Skip to content

Commit 222623d

Browse files
peopleworksclaude
andcommitted
Release 0.3.0: the three new tools have never been packaged
NuGet is at 0.2.1, cut on 1 August, before the character scanner, the citation cross-check and the writer baseline existed. The MCP registry is further back still, at 0.1.1. So inspect_characters, check_citations and compare_to_baseline exist only for people who build from source, and publishing the registry at 0.2.1 would have advertised a package that does not contain them. The registry description was also stale in a way that undersold the server: it named four analysis tools when there are now nine, seven of which never touch the network. It now says what the server does, since that line is what someone reads when deciding whether to install it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 0c59d12 commit 222623d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/SignsOfAI.Cli/SignsOfAI.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackAsTool>true</PackAsTool>
1414
<ToolCommandName>signsofai</ToolCommandName>
1515
<PackageId>SignsOfAI.Cli</PackageId>
16-
<Version>0.2.1</Version>
16+
<Version>0.3.0</Version>
1717
<Authors>Pedro Hernández (PeopleWorks)</Authors>
1818
<Company>PeopleWorks</Company>
1919
<Description>CLI to detect the signs of AI writing (English &amp; Spanish) and recommend fixes — lint your prose in CI.</Description>

src/SignsOfAI.Core/SignsOfAI.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- Publishable as a library so others can embed the engine. -->
1212
<PackageId>SignsOfAI.Core</PackageId>
13-
<Version>0.2.1</Version>
13+
<Version>0.3.0</Version>
1414
<Authors>Pedro Hernández (PeopleWorks)</Authors>
1515
<Company>PeopleWorks</Company>
1616
<Description>The engine behind Signs of AI Writing: detects the stylometric tells of AI-generated text (English &amp; Spanish) — overused vocabulary, rhetorical crutches, syntactic tells and burstiness — and returns an actionable fix for each finding. No external dependencies.</Description>

src/SignsOfAI.Mcp/.mcp/server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.peopleworks/signs-of-ai",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"title": "Signs of AI Writing",
6-
"description": "Bilingual (EN/ES) AI-writing detection that shows the evidence, plus originality checking.",
6+
"description": "Bilingual (EN/ES) AI-writing detection that shows the evidence: named tells with line and column, hidden-character inspection, citation cross-checking against a document's own bibliography, comparison to a writer's earlier work, and originality checking. Seven of the nine tools run locally.",
77
"packages": [
88
{
99
"registryType": "nuget",
1010
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
1111
"identifier": "SignsOfAI.Mcp",
12-
"version": "0.2.1",
12+
"version": "0.3.0",
1313
"transport": {
1414
"type": "stdio"
1515
},
@@ -18,7 +18,7 @@
1818
"environmentVariables": [
1919
{
2020
"name": "SIGNSOFAI_API_ENDPOINT",
21-
"description": "Base URL of the SignsOfAI API used by the two optional server-backed tools (measure_predictability, check_paraphrase). Defaults to the PeopleWorks-hosted endpoint. The four analysis tools never call it.",
21+
"description": "Base URL of the SignsOfAI API used by the two optional server-backed tools (measure_predictability, check_paraphrase). Defaults to the PeopleWorks-hosted endpoint. The other seven tools never call it.",
2222
"isRequired": false,
2323
"isSecret": false
2424
}

src/SignsOfAI.Mcp/SignsOfAI.Mcp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackAsTool>true</PackAsTool>
1313
<ToolCommandName>signsofai-mcp</ToolCommandName>
1414
<PackageId>SignsOfAI.Mcp</PackageId>
15-
<Version>0.2.1</Version>
15+
<Version>0.3.0</Version>
1616
<Authors>Pedro Hernández (PeopleWorks)</Authors>
1717
<Company>PeopleWorks</Company>
1818
<Description>Model Context Protocol (MCP) server for Signs of AI Writing. Exposes the engine as tools — analyze text for AI tells, check originality between documents, search the sign catalog, extract distinctive phrases, and (optionally, via the hosted API) measure perplexity and find paraphrases — to Claude Desktop and any MCP client.</Description>

0 commit comments

Comments
 (0)