Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
node_property_schema.go492 B
package schema import ( "entgo.io/ent" "entgo.io/ent/dialect/entsql" "entgo.io/ent/schema/edge" ) type PropertySchema struct { ent.Schema } func (PropertySchema) Mixin() []ent.Mixin { return []ent.Mixin{Identifier{}} } func (PropertySchema) Fields() []ent.Field { return []ent.Field{} } func (PropertySchema) Edges() []ent.Edge { return []ent.Edge{ edge.To("node", Node.Type), edge.To("fields", PropertySchemaField.Type). Annotations(entsql.OnDelete(entsql.Cascade)), } }

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