chore: sync instance/dnspegasus with main, keeping instance manifests
Brings the aud-scope fix and README updates onto this branch. The three manifest files are deliberately kept at this branch's instance-specific values — a plain merge of main silently replaces them with the public placeholders, which would break install from this branch. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
||||||
"name": "cybercove-labs",
|
"name": "dnspegasus",
|
||||||
"description": "Open-source Claude Code plugins released by CyberCove Labs.",
|
"description": "Self-hosted Claude Code plugins for the dnspegasus.net infrastructure.",
|
||||||
"owner": {
|
"owner": {
|
||||||
"name": "CyberCove Labs",
|
"name": "jknapp",
|
||||||
"url": "https://repo.anhonesthost.net/cybercove-labs/shared-memory"
|
"url": "https://repo.anhonesthost.net/jknapp/shared-memory"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "shared-memory",
|
"name": "shared-memory",
|
||||||
"source": "./plugin",
|
"source": "./plugin",
|
||||||
"description": "Shared persistent memory and snippet library for Claude Code sessions, backed by your own shared-memory server and authenticated with OIDC."
|
"description": "Shared persistent memory and snippet library for Claude Code sessions, backed by memory.dnspegasus.net and authenticated with Authentik OIDC."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
||||||
"name": "shared-memory",
|
"name": "shared-memory",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Shared persistent memory and snippet library for Claude Code sessions, backed by your own shared-memory server and authenticated with OIDC.",
|
"description": "Shared persistent memory and snippet library for Claude Code sessions, backed by memory.dnspegasus.net and authenticated with Authentik OIDC.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "CyberCove Labs"
|
"name": "jknapp"
|
||||||
},
|
},
|
||||||
"homepage": "https://repo.anhonesthost.net/cybercove-labs/shared-memory"
|
"homepage": "https://memory.dnspegasus.net"
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -2,9 +2,9 @@
|
|||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"shared-memory": {
|
"shared-memory": {
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://memory.example.com/api/mcp",
|
"url": "https://memory.dnspegasus.net/api/mcp",
|
||||||
"oauth": {
|
"oauth": {
|
||||||
"clientId": "<OIDC_CLIENT_ID_MCP>",
|
"clientId": "5rkRS3rJhn3Ci9swWkxYMIrZ9OggsjOGy3cIOhYY",
|
||||||
"callbackPort": 33418
|
"callbackPort": 33418
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user