Skip to content

Commit 8602c72

Browse files
authored
Merge branch 'ms-agent' into feat/tc-mcp-agent
2 parents f6d6189 + d4a6a22 commit 8602c72

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

src/app.module.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { ToolsModule } from './mcp/tools/tools.module';
1111
import { GlobalProvidersModule } from './shared/global/globalProviders.module';
1212
import { ResourcesModule } from './mcp/resources/resources.module';
1313
import { randomUUID } from 'crypto';
14-
import { TimingInterceptorMiddleware } from './shared/global/timingInterceptor';
1514
import { AgentModule } from './agent/agent.module';
1615
import { MongooseModule } from '@nestjs/mongoose';
1716
import { ENV_CONFIG } from './config';
@@ -52,9 +51,5 @@ export class AppModule implements NestModule {
5251
.apply(TokenValidatorMiddleware)
5352
.exclude({ path: 'agent/*path', method: RequestMethod.ALL })
5453
.forRoutes('*');
55-
consumer
56-
.apply(TimingInterceptorMiddleware)
57-
.exclude({ path: 'agent/*path', method: RequestMethod.ALL })
58-
.forRoutes('*');
5954
}
6055
}

src/shared/global/timingInterceptor.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)