File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,50 +45,6 @@ struct validate my-config.yaml
4545struct mcp --server
4646 ```
4747
48- ### Shell Completion
49-
50- Enable tab completion for struct commands and options:
51-
52- ``` sh
53- # Print exact setup commands for your shell (auto-detects if omitted)
54- struct completion install
55-
56- # Or specify explicitly
57- struct completion install zsh
58- struct completion install bash
59- struct completion install fish
60- ```
61-
62- ### 🤖 MCP Integration Quick Start
63-
64- Struct supports MCP (Model Context Protocol) for seamless AI tool integration:
65-
66- ``` bash
67- # 1. Start the MCP server
68- struct mcp --server
69-
70- # 2. Configure your AI tool (Claude Desktop example)
71- # Add to ~/.config/claude/claude_desktop_config.json:
72- {
73- " mcpServers" : {
74- " struct" : {
75- " command" : " struct" ,
76- " args" : [" mcp" , " --server" ]
77- }
78- }
79- }
80-
81- # 3. Use MCP tools in your AI conversations:
82- # - list_structures: Get all available structures
83- # - get_structure_info: Get details about a structure
84- # - generate_structure: Generate project structures
85- # - validate_structure: Validate YAML configs
86- ```
87-
88- ** Supported MCP Clients:** Claude Desktop, Cline/Continue, Custom clients
89-
90- [ 📖 Full MCP Integration Guide] ( docs/mcp-integration.md )
91-
9248### Example Configuration
9349
9450``` yaml
You can’t perform that action at this time.
0 commit comments