Skip to main content
Glama
Southclaws

Storyden

by Southclaws
revalidate_job.go528 B
package profile_cache import ( "context" "github.com/rs/xid" "github.com/Southclaws/storyden/app/resources/message" "github.com/Southclaws/storyden/internal/infrastructure/pubsub" ) func (c *Cache) subscribe(ctx context.Context, bus *pubsub.Bus) error { if bus == nil { return nil } if _, err := pubsub.Subscribe(ctx, bus, "profile_cache.touch_updated", func(ctx context.Context, evt *message.EventAccountUpdated) error { return c.Invalidate(ctx, xid.ID(evt.ID)) }); err != nil { return err } return nil }

Latest Blog Posts

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