Skip to content
Open
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
4 changes: 4 additions & 0 deletions mcp-proxy/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package mcpproxy provides an MCP (Model Context Protocol) proxy server
// that handles authentication, routing, and request transformation for
// MCP-compatible agent tools.
package mcpproxy
3 changes: 3 additions & 0 deletions sdk/go/receipt/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Package receipt provides types and functions for creating, validating,
// and verifying agent receipts - cryptographic attestations of agent actions.
package receipt
3 changes: 3 additions & 0 deletions sdk/go/store/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Package store provides storage backends for agent receipts,
// including in-memory and persistent implementations.
package store