diff --git a/apps/playground/next-env.d.ts b/apps/playground/next-env.d.ts
index 9edff1c..c4b7818 100644
--- a/apps/playground/next-env.d.ts
+++ b/apps/playground/next-env.d.ts
@@ -1,6 +1,6 @@
///
///
-import "./.next/types/routes.d.ts";
+import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
diff --git a/packages/tools/search-registry/src/index.ts b/packages/tools/search-registry/src/index.ts
index 1cf6c8b..2e488c4 100644
--- a/packages/tools/search-registry/src/index.ts
+++ b/packages/tools/search-registry/src/index.ts
@@ -118,10 +118,6 @@ export const searchTpmjsToolsTool = tool({
env: tool.package.env,
version: tool.package.npmVersion,
importUrl: `https://esm.sh/${tool.package.npmPackageName}@${tool.package.npmVersion}`,
- importHealth: tool.importHealth,
- executionHealth: tool.executionHealth,
- healthCheckError: tool.healthCheckError,
- lastHealthCheck: tool.lastHealthCheck,
})),
};
},