Skip to content

Commit 5824b93

Browse files
Remove Analytics section from MCP page
Removes the Application Insights telemetry section from the MCP documentation page, including references to tool call logging, query analytics, and the PII redaction warning.
1 parent 4295042 commit 5824b93

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

content/page/mcp.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -212,16 +212,4 @@ it. There are no embeddings and no vector database. Storing vectors would be che
212212
embedding your query at request time would mean either a 25 MB model loaded in the
213213
cold-start path or an API round trip on every single call, and a documentation search
214214
does not need to cost that. The whole corpus fits in memory instead, so a query costs
215-
nothing and returns the same results every time.
216-
217-
218-
## Analytics
219-
220-
Tool calls are logged to Application Insights, which helps us find what the docs are
221-
missing, tune the search against the words DBAs actually type, and see where in the world
222-
dbatools is and is not getting used. The empty queries are the useful ones. Nothing is sold and there is no account for it to be attached to.
223-
224-
Secret-shaped values are stripped before anything is stored - passwords and keys in a
225-
pasted connection string, long token-shaped strings, email addresses. That redaction is
226-
best effort rather than a guarantee, so treat the search box the way you would treat any
227-
other: do not paste a real connection string into it.
215+
nothing and returns the same results every time.

0 commit comments

Comments
 (0)