diff --git a/docs/reference/grpc.md b/docs/reference/grpc.md index 71092e9..6fd5be4 100644 --- a/docs/reference/grpc.md +++ b/docs/reference/grpc.md @@ -112,7 +112,7 @@ response = client.score_agent_card( ## BadgeService -Issue and verify trust badges per [RFC-002](https://docs.capisc.io/rfcs/blob/main/docs/002-trust-badge.md). +Issue and verify trust badges per [RFC-002](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/002-trust-badge.md). ### SignBadge @@ -471,6 +471,6 @@ except RpcError as e: - [Python SDK](sdk-python/index.md) — `CapiscioRPCClient` wrapper - [MCP API](sdk-python/mcp.md) — MCP tool access control - [Badge CA](server/badge-ca.md) — CA operations -- [RFC-002: Trust Badge](https://docs.capisc.io/rfcs/blob/main/docs/002-trust-badge.md) — Badge specification -- [RFC-006: MCP Tool Authority](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/006-mcp-tool-authority.md) — Tool access spec -- [RFC-007: MCP Server Identity](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/007-mcp-server-identity.md) — Server identity spec +- [RFC-002: Trust Badge](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/002-trust-badge.md) — Badge specification +- [RFC-006: MCP Tool Authority](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/006-mcp-tool-authority-evidence.md) — Tool access spec +- [RFC-007: MCP Server Identity](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/007-mcp-server-identity-discovery.md) — Server identity spec diff --git a/docs/reference/sdk-python/mcp.md b/docs/reference/sdk-python/mcp.md index 89c0a06..fb0ae24 100644 --- a/docs/reference/sdk-python/mcp.md +++ b/docs/reference/sdk-python/mcp.md @@ -549,5 +549,5 @@ except RpcError as e: - [Trust Badges](../../how-to/security/badges.md) — Badge issuance and verification - [Trust Model](../../concepts/trust-model.md) — Trust levels explained - [Server Registration](../../mcp-guard/guides/server-registration.md) — MCP Guard server identity registration -- [RFC-006: MCP Tool Authority](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/006-mcp-tool-authority.md) — Specification -- [RFC-007: MCP Server Identity](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/007-mcp-server-identity.md) — Specification +- [RFC-006: MCP Tool Authority](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/006-mcp-tool-authority-evidence.md) — Specification +- [RFC-007: MCP Server Identity](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/007-mcp-server-identity-discovery.md) — Specification diff --git a/docs/reference/server/badge-ca.md b/docs/reference/server/badge-ca.md index 6fc130a..66c6d9a 100644 --- a/docs/reference/server/badge-ca.md +++ b/docs/reference/server/badge-ca.md @@ -568,5 +568,5 @@ curl -X PUT https://registry.capisc.io/v1/agents/{agent-id} \ - [API Reference](api.md) — Badge endpoints - [Trust Model](../../concepts/trust-model.md) — Trust level explanation - [Badges Guide](../../how-to/security/badges.md) — Practical examples -- [RFC-002](https://docs.capisc.io/rfcs/blob/main/docs/002-trust-badge.md) — Badge specification -- [RFC-003](https://docs.capisc.io/rfcs/blob/main/docs/003-key-ownership-proof.md) — Proof of Possession protocol +- [RFC-002](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/002-trust-badge.md) — Badge specification +- [RFC-003](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/003-key-ownership-proof.md) — Proof of Possession protocol diff --git a/docs/reference/server/index.md b/docs/reference/server/index.md index 6b50d68..f6cc955 100644 --- a/docs/reference/server/index.md +++ b/docs/reference/server/index.md @@ -197,4 +197,4 @@ The server starts at `http://localhost:8080`. - [API Reference](api.md) — Full endpoint documentation - [Deployment Guide](deployment.md) — Production deployment - [Badge CA](badge-ca.md) — Certificate Authority operations -- [RFC-002: Trust Badge](https://docs.capisc.io/rfcs/blob/main/docs/002-trust-badge.md) — Badge specification +- [RFC-002: Trust Badge](https://github.com/capiscio/capiscio-rfcs/blob/main/docs/002-trust-badge.md) — Badge specification