MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isConcurrencySafe

Function isConcurrencySafe

src/services/mcp/client.ts:1795–1797  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1793 : desc
1794 },
1795 isConcurrencySafe() {
1796 return tool.annotations?.readOnlyHint ?? false
1797 },
1798 isReadOnly() {
1799 return tool.annotations?.readOnlyHint ?? false
1800 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected