diff --git a/apps/pwa/public/.well-known/openaccess.json b/apps/pwa/public/.well-known/openaccess.json new file mode 100644 index 00000000..380051db --- /dev/null +++ b/apps/pwa/public/.well-known/openaccess.json @@ -0,0 +1,29 @@ +{ + "openaccess": "0.1", + "name": "moshcode", + "url": "https://moshcode.sh", + "operator": "https://logicsrc.com/.well-known/openprofile.md", + "redirect_uris": [ + "https://moshcode.sh/api/v1/openaccess/callback" + ], + "jwks": { + "keys": [ + { + "kty": "OKP", + "crv": "Ed25519", + "kid": "NZ8tRe6lAOqA", + "x": "WrAHtbFxSg9EveTS4W7GeX-MEDL1uHNDCHMUZkG-32Q", + "alg": "EdDSA", + "use": "sig" + } + ] + }, + "scopes": {}, + "honours": [ + "profullstack.com/all-access" + ], + "webhooks": "https://moshcode.sh/api/v1/openaccess/events", + "hubs": [ + "https://openaccess.logicsrc.com" + ] +} diff --git a/apps/pwa/public/.well-known/openmcp.json b/apps/pwa/public/.well-known/openmcp.json new file mode 100644 index 00000000..1d76d53d --- /dev/null +++ b/apps/pwa/public/.well-known/openmcp.json @@ -0,0 +1,19 @@ +{ + "openmcp": "0.1", + "mcp": "https://moshcode.sh/mcp", + "name": "moshcode", + "description": "Shared coding sessions and their transcripts, over MCP with OAuth.", + "url": "https://moshcode.sh", + "auth": { + "kind": "oauth", + "url": "https://moshcode.sh/settings" + }, + "tags": [ + "coding", + "collaboration" + ], + "operator": "https://logicsrc.com/.well-known/openprofile.md", + "catalogs": [ + "https://openmcp.logicsrc.com" + ] +}