vet server mcp

Start the MCP server

vet server mcp [flags]

Options

  -h, --help                            help for mcp
      --package-registry-tool           Register the package registry tool
      --server-type string              The type of server to start (stdio, sse) (default "stdio")
      --skip-default-tools              Skip registering default tools
      --sql-query-tool                  Register the vet report query by SQL tool (requires database path)
      --sql-query-tool-db-path string   The path to the vet SQLite3 database file
      --sse-allowed-hosts strings       List of allowed hosts for SSE connections. By default, we allow localhost:9988, 127.0.0.1:9988 and [::1]:9988.
      --sse-allowed-origins strings     List of allowed origin prefixes for SSE connections. By default, we allow http://localhost:, http://127.0.0.1: and https://localhost:.
      --sse-server-addr string          The address to listen for SSE connections (default "localhost:9988")

Options inherited from parent commands

  -d, --debug                      Show debug logs
  -e, --exceptions string          Load exceptions from file
      --exceptions-extra strings   Load additional exceptions from file
  -l, --log string                 Write command logs to file, use - as for stdout
      --no-banner                  Do not display the vet banner
  -v, --verbose                    Show verbose logs

SEE ALSO

Auto generated by spf13/cobra on 25-Oct-2025