← visioforge.com

INDIVIDUAL MCP TOOL

get_enum_values

Get all values of a VisioForge SDK enum type with descriptions.

visioforge.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

visioforge.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.visioforge-com]
url = "https://mcp.visioforge.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "visioforge-com": {
      "type": "http",
      "url": "https://mcp.visioforge.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: visioforge-com
Remote MCP URL: https://mcp.visioforge.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "visioforge-com": {
      "url": "https://mcp.visioforge.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "visioforge-com": {
      "type": "http",
      "url": "https://mcp.visioforge.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "visioforge-com",
  "transport": "streamable-http",
  "url": "https://mcp.visioforge.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_media_blocks — List available VisioForge media blocks, optionally filtered by category.
  • get_nuget_packages_snippet — Get .csproj snippet with required NuGet packages for a specific deployment scenario.
  • list_sdk_classes — List core VisioForge SDK classes.
  • list_namespaces — Browse VisioForge SDK namespaces hierarchically.
  • get_platform_specific_config — Get platform-specific file copying/build configuration code.
  • search_api — Search across the entire VisioForge SDK API — class names, method names, property names, event names, and their documentation text.
  • get_media_block_info — Get detailed information about a specific media block including its properties, methods, events, input/output pads, constructor parameters, and documentation.
  • get_pipeline_template — Get a media block pipeline template for a specific use case.