v0.1.13: server instructions, plugin identity unscoping
server instructions, plugin identity unscoping
Adds a server-level instructions string to createApp() and finishes unscoping the agent-facing plugin identity keys to the bare repo name.
Added:
- createApp() instructions — onboarding guidance for the Wikidata graph: Q-ID/P-ID addressing, resolve-then-fetch via wikidata_search_entities, wikidata_resolve_external_id as the DOI/PMID/ORCID/OpenAlex entry point, and wikidata_sparql_query (SELECT only, rate-limited) paired with wikidata_get_labels
Changed:
- Plugin identity keys unscoped to wikidata-mcp-server: .claude-plugin/plugin.json name + mcpServers key, .codex-plugin/plugin.json name, .codex-plugin/mcp.json server key (install args keep the scoped @cyanheads/wikidata-mcp-server — the published package name is unchanged)
Dependency bumps:
- vitest ^4.1.8 → ^4.1.9
127 tests pass; bun run devcheck clean.