← teamshared.com

INDIVIDUAL MCP TOOL

file_version_delete

Delete a single version of a shared file (destructive, irreversible).

teamshared.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://teamshared.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for file_version_delete and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

teamshared.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.teamshared]
url = "https://teamshared.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: teamshared
Remote MCP URL: https://teamshared.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": {
    "teamshared": {
      "url": "https://teamshared.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • mcp_auth — Sign this MCP session in with email + OTP (cloud agents / headless).
  • health — Liveness + dependency probe.
  • version — Report server + memory-rule version and whether the rule needs updating.
  • context_compress — Compress a prompt payload before it reaches an LLM.
  • context_retrieve — Retrieve the original content for a compressed block via CCR ref.
  • context_prepare — Pre-LLM pipeline: session append → compress incoming history → enrich.
  • context_commit — Turn-end batch: assistant summary + durable writes + optional close.
  • context_normalize — Strip, clean, and compress a non-teamshared tool output for agent context.