File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -155,19 +155,23 @@ Your AI tool will automatically start the MCP server when needed using the `npx
155155# # 🚀 Roadmap
156156
157157# ## 1. **Dynamic Context Control**
158+ - Full raw context transferred to server
158159 - LLM-configurable detail levels (visible text only, all text, CSS levels)
159- - Progressive refinement options
160- - Token-conscious data fetching
160+ - Progressive refinement options / token-conscious data fetching
161161
162- # ## 2. **Enhanced Framework Support**
163- - Vue.js component detection
164- - Better React support (React 19 removed ` _debugSource` , affecting source mapping in dev builds)
165-
166- # ## 3. **Visual Content Support** (for multimodal LLMs)
162+ # ## 2. **Visual Content Support** (for multimodal LLMs)
167163 - Base64 encoding for images (img tags)
168164 - Screenshot capture of selected elements
169165 - Separate MCP tool for direct visual content retrieval
170166
167+ # ## 3. **Enhanced Framework Support**
168+ - Vue.js component detection
169+ - Better React support (React 19 removed ` _debugSource` , affecting source mapping in dev builds)
170+
171+ # ## 4. **Multi Select**
172+ - Having the ability to select multiple DOM elements
173+ - https://github.com/etsd-tech/mcp-pointer/pull/9
174+
171175# # 📝 License
172176
173177MIT License - see LICENSE file for details
You can’t perform that action at this time.
0 commit comments