Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/reference/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/reference/sdk-python/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/reference/server/badge-ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/reference/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading