Skip to content

Commit

Permalink
feat: enhance description for MCP server serving llm.txt files
Browse files Browse the repository at this point in the history
- Updated the description of the MCP server in package-list.json to provide a more detailed explanation of its functionality. The new description clarifies that the server extracts and serves context from llm.txt files, enabling AI models to understand file structure, dependencies, and code relationships in development environments.

This change improves clarity for users regarding the server's capabilities.
  • Loading branch information
michaellatman committed Dec 4, 2024
1 parent 8cbeae9 commit e3b0cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
},
{
"name": "@mcp-get-community/server-llm-txt",
"description": "MCP server for serving llm.txt files",
"description": "MCP server that extracts and serves context from llm.txt files, enabling AI models to understand file structure, dependencies, and code relationships in development environments",
"vendor": "Michael Latman (https://michaellatman.com)",
"sourceUrl": "https://github.com/mcp-get/community-servers/blob/main/src/server-llm-txt",
"homepage": "https://github.com/mcp-get/community-servers#readme",
Expand Down

0 comments on commit e3b0cb9

Please sign in to comment.