Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
writer.go577 B
package reply_writer import ( "context" "github.com/Southclaws/storyden/app/resources/account" "github.com/Southclaws/storyden/app/resources/post" "github.com/Southclaws/storyden/app/resources/post/reply" "github.com/Southclaws/storyden/internal/ent" ) type Writer interface { Create( ctx context.Context, authorID account.AccountID, parentID post.ID, opts ...Option, ) (*reply.Reply, error) Update(ctx context.Context, id post.ID, opts ...Option) (*reply.Reply, error) Delete(ctx context.Context, id post.ID) error } type Option func(*ent.PostMutation)

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