MCPcopy
hub / github.com/modelcontextprotocol/registry / InProcessSigner

Struct InProcessSigner

cmd/publisher/auth/common.go:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type InProcessSigner struct {
89 privateKey []byte
90 cryptoAlgorithm CryptoAlgorithm
91}
92
93func (c *InProcessSigner) GetSignedTimestamp(_ context.Context) (*string, []byte, error) {
94 fmt.Fprintf(os.Stdout, "Signing in process using key algorithm %s\n", c.cryptoAlgorithm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected