IsValid returns true if the documentation URL is non-empty
()
| 27 | |
| 28 | // IsValid returns true if the documentation URL is non-empty |
| 29 | func (d DocURL) IsValid() bool { |
| 30 | return d != "" |
| 31 | } |
| 32 | |
| 33 | // DefaultMCPRegistryURL is the default MCP registry URL. |
| 34 | const DefaultMCPRegistryURL URL = "https://api.mcp.github.com/v0.1" |
no outgoing calls