Skip to main content
Glama
20250402000001_create_embeddings_table.exs441 B
defmodule HexdocsMcp.Repo.Migrations.CreateEmbeddingsTable do use Ecto.Migration alias HexdocsMcp.Migrations def up do # Using the shared migrations module to create tables Migrations.create_embeddings_table() |> Enum.each(fn sql -> execute(sql) end) end def down do # Using the shared migrations module to drop tables Migrations.drop_embeddings_table() |> Enum.each(fn sql -> execute(sql) end) end end

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/bradleygolden/hexdocs-mcp'

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