Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
229
searcher.go552 B
package searcher import ( "context" "github.com/Southclaws/opt" "github.com/Southclaws/storyden/app/resources/datagraph" "github.com/Southclaws/storyden/app/resources/pagination" ) type Options struct { Kinds opt.Optional[[]datagraph.Kind] } type Searcher interface { Search(ctx context.Context, q string, p pagination.Parameters, opts Options) (*pagination.Result[datagraph.Item], error) } type SingleKindSearcher interface { Search(ctx context.Context, query string, p pagination.Parameters) (*pagination.Result[datagraph.Item], error) }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Southclaws/storyden'

If you have feedback or need assistance with the MCP directory API, please join our Discord server