# `get_dependency_surface`

Deduped external dependencies + pinned versions across package.json, pyproject.toml, go.mod, etc. The "what does this project depend on" view.

## Input schema

```json
{
  "type": "object",
  "properties": {},
  "required": []
}
```

## Required arguments

_None._

## Properties

_None._

## See also

- [Index of all MCP tools](./README.md)