Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Context Protocol (MCP).
Everything from user registration and authentication to interacting with user
data is handled via MCP tools.

<a href="https://glama.ai/mcp/servers/@epicweb-dev/epic-me-mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@epicweb-dev/epic-me-mcp/badge" alt="EpicMe MCP server" />
</a>

The goal is to demonstrate a possible future of applications where users
interact with our apps via natural language with LLMs and the MCP protocol. This
will also be the basis upon which I will teach how to build MCP tools on
Expand Down Expand Up @@ -130,4 +134,4 @@ During development, if you delete the `.wrangler` directory, you're deleting the
dynamically registered clients. Those clients don't know that their entries have
been deleted so they won't attempt to re-register. In the MCP Inspector, you can
go in the browser dev tools and clear the session storage and it will
re-register. In other clients I do not know how to make them re-register.
re-register. In other clients I do not know how to make them re-register.