@@ -15,6 +15,28 @@ A Domain MCP server that brings natural language domain management to Claude, Cu
1515
1616> "List my domains" · "Register example.com" · "Set up DNS for mysite.com" · "Enable WHOIS privacy"
1717
18+ ---
19+
20+ ## Table of Contents
21+
22+ - [ Features] ( #features )
23+ - [ Examples in Action] ( #examples-in-action )
24+ - [ Common Use Cases] ( #common-use-cases )
25+ - [ Quick Installation] ( #quick-installation )
26+ - [ Configuration Options] ( #configuration-options )
27+ - [ Usage] ( #usage )
28+ - [ MCP Tools] ( #mcp-tools-for-domain-management )
29+ - [ Development] ( #development )
30+ - [ Testing] ( #testing )
31+ - [ API Quirks & Known Issues] ( #api-quirks--known-issues )
32+ - [ Architecture] ( #architecture )
33+ - [ Documentation] ( #documentation )
34+ - [ FAQ] ( #frequently-asked-questions )
35+ - [ Support] ( #support )
36+ - [ License] ( #license )
37+
38+ ---
39+
1840## Features
1941
2042- ** 🤖 Natural Language Domain Management** : Use AI assistants like Claude and Cursor to manage domains conversationally - no API knowledge needed
@@ -234,9 +256,9 @@ Then configure with absolute path:
234256- ` DYNADOT_SANDBOX ` - Set to ` "true" ` for sandbox testing (default: ` "false" ` )
235257
236258** 📖 Full Documentation** :
237- - [ MCP_CLIENT_SETUP.md ] ( ./MCP_CLIENT_SETUP .md ) - Detailed setup guide with troubleshooting
238- - [ ENVIRONMENT.md ] ( ./ENVIRONMENT .md ) - Complete environment variable reference
239- - [ SANDBOX_LIMITATIONS.md ] ( ./SANDBOX_LIMITATIONS .md ) - Known sandbox API limitations
259+ - [ Setup Guide ] ( ./docs/setup .md ) - Detailed setup with troubleshooting
260+ - [ Environment Variables ] ( ./docs/environment .md ) - Complete environment variable reference
261+ - [ Sandbox Limitations ] ( ./docs/sandbox .md ) - Known sandbox API limitations
240262
241263## Usage
242264
@@ -425,18 +447,18 @@ test/
425447## Documentation
426448
427449### 📚 Guides
428- - ** [ Quick Start Guide ] ( #quick-start ) ** - Get up and running in 5 minutes
429- - ** [ MCP Client Setup] ( MCP_CLIENT_SETUP .md) ** - Detailed setup for Claude Code, Cursor, Claude Desktop
430- - ** [ Deployment Guide ] ( DEPLOYMENT_GUIDE .md) ** - Local, Docker, remote, and serverless deployment options
431- - ** [ Environment Variables ] ( ENVIRONMENT .md) ** - Complete guide to all environment variables
432- - ** [ Testing Guide ] ( TESTING_GUIDE .md) ** - Automated testing with Claude Haiku
433- - ** [ Quick Reference] ( QUICK_REFERENCE .md) ** - Common commands and usage patterns
450+ - ** [ Quick Start] ( #quick-installation ) ** - Get up and running in 5 minutes
451+ - ** [ Setup Guide ] ( docs/setup .md) ** - Detailed setup for Claude Code, Cursor, Claude Desktop
452+ - ** [ Deployment] ( docs/deployment .md) ** - Local, Docker, remote, and serverless options
453+ - ** [ Environment] ( docs/environment .md) ** - Complete environment variable reference
454+ - ** [ Testing] ( docs/testing .md) ** - Automated testing with Claude Haiku
455+ - ** [ Reference] ( docs/reference .md) ** - Common commands and usage patterns
434456- ** [ Examples] ( examples/ ) ** - Code examples for common operations
435457
436458### 🔧 Development
437- - ** [ Contributing Guide ] ( CONTRIBUTING.md ) ** - How to contribute, API quirks, testing
459+ - ** [ Contributing] ( CONTRIBUTING.md ) ** - How to contribute, API quirks, testing
438460- ** [ Changelog] ( CHANGELOG.md ) ** - Version history and updates
439- - ** [ Project Status ] ( PROJECT_STATUS .md) ** - Implementation status and roadmap
461+ - ** [ Roadmap ] ( docs/roadmap .md) ** - Implementation status and roadmap
440462
441463### 🏗️ Project
442464- ** [ License] ( LICENSE ) ** - MIT License
0 commit comments