Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
defaults.go1.07 kB
package settings import ( "github.com/Southclaws/opt" "github.com/Southclaws/storyden/app/resources/account/authentication" "github.com/Southclaws/storyden/app/resources/datagraph" ) const ( DefaultTitle = "Storyden" DefaultDescription = "A forum for the modern age" DefaultContent = `<body> <p>Welcome to your new community!</p> <p>You can edit this content by clicking Edit below.</p> <p>This is a <em>rich text section</em> for telling visitors what your community is about.</p> <p>Add a link to your <a href="https://discord.gg/XF6ZBGF9XF">Discord</a> or other sites.</p> <p>Enjoy!</p> </body>` ) const DefaultColour = "hsl(157, 65%, 44%)" // skip error check, we know it's correct, it's literally above ^^ var defaultContent, _ = datagraph.NewRichText(DefaultContent) var DefaultSettings = Settings{ Title: opt.New(DefaultTitle), Description: opt.New(DefaultDescription), Content: opt.New(defaultContent), AccentColour: opt.New(DefaultColour), AuthenticationMode: opt.New(authentication.ModeHandle), }

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