sublime-mcp 1.3.0 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/agents.md ADDED
@@ -0,0 +1,32 @@
1
+ # sublime-mcp — Agent Context
2
+
3
+ **Root law:** If you need the org map, go to ../router.md
4
+ **If this isn't the right place for your task, go back to:** ../agents.md
5
+
6
+ ---
7
+
8
+ ## What This Project Is
9
+ MCP server that exposes Sublime Text commands and state to Claude and other AI agents.
10
+ 5638 Sublime Text packages exist — potential to auto-generate MCPs from them.
11
+
12
+ ## Critical Assumption
13
+ Plugin edits in this repo are NOT live in Sublime Text until deployed to the installed Sublime Text Packages directory. Never assume test results are valid until the file has been copied there. If something isn't working, check deployment before investigating the code.
14
+
15
+ ## Key Files
16
+ - sublime_mcp.py (111KB) — Main MCP server implementation
17
+ - mcp_server.py — MCP server entry point
18
+ - MCP Commander.sublime-commands — Command palette entries (may be incomplete)
19
+ - index.js — JavaScript component
20
+
21
+ ## Known Issues
22
+ - MCP Commander.sublime-commands may be incomplete
23
+ - Some commands in C:\Users\donal\projects\SText\Default.sublime-commands may belong here
24
+
25
+ ## Active Ideas
26
+ - Auto-generate MCPs from installed ST packages
27
+ - See https://modelcontextprotocol.io/extensions/apps/overview for the target vision
28
+
29
+ ## Related Projects
30
+ - SText (uses this MCP server)
31
+ - joelekstrom's sublime-context-MCP (external, Donal left a comment there)
32
+ - OmkarGowda990's sublime-text-mcp (external)