fix: update more /docs/references links

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2026-02-04 10:11:36 -06:00
parent f2fc1def80
commit efbf232bfa
40 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export const myPlugin = createBackendPlugin({
When errors are thrown from MCP actions, the backend will handle and surface error message for any error from `@backstage/errors`. Unknown errors will be handled by `@modelcontextprotocol/sdk`'s default error handling, which may result in a generic `500 Server Error` being returned. As a result, we recommend using errors from `@backstage/errors` when applicable.
See https://backstage.io/docs/reference/errors/ for a full list of supported errors.
See https://backstage.io/api/stable/modules/_backstage_errors.html for a full list of supported errors.
When writing MCP tools, use the appropriate error from `@backstage/errors` when applicable: