Comment by cruffle_duffle
Comment by cruffle_duffle 4 days ago
MCP servers present a structured interface for accessing something and (often) a structured result.
You tell the LLM to visit your GitHub repository via http and it gets back… unstructured, unfocused content not designed with an LLM’s context window in mind.
With the MCP server the LLM can initiate a structured interface request and get back structured replies… so instead of HTML (or text extracted from HTML) it gets JSON or something more useful.
Is html less structured than json? I thought with LLMs the schematic of structure is less relevant than the structure itself.