Post

[Anthropic] Introduction to Model Context Protocol

[Anthropic] Introduction to Model Context Protocol

Introducing MCP

1st_image

  • chat interface using llm with github mcp tools

2nd_image

  • tool functions
    • to handle all of github’s functionality. we’d have to create an incredible number of tools schemas and functions
      • this is all code that we (developers) have to write test and maintain

    → shifts the burden of tools definition and execution onto MCP servers

3rd_image

  • Q&A
    • how is different from just calling a service’s api directly?
      • mcp servers provide tool schema + functions
      • if you want to directly call an API directly, you’ll be authoring those on your own
    • sounds like MCP servers and tool use are the same thing
      • MCP servers provide tool schemas + functions already defined for you (kinda bigger concept)
This post is licensed under CC BY 4.0 by the author.