Skip to content

Commit a86e66b

Browse files
authored
Remove unwanted configurations (#5940)
* Remove unwanted configurations
1 parent d26e92c commit a86e66b

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

en/includes/quick-starts/agent-auth-ts.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -114,26 +114,6 @@ Pick your agent development framework and install the corresponding dependencies
114114
npm install @ai-sdk/google @asgardeo/javascript @modelcontextprotocol/sdk ai base64url dotenv fast-sha256 jose secure-random-bytes typescript
115115
npm install --save-dev @types/node
116116
```
117-
Initialize the TypeScript configuration by running the following command.
118-
119-
```bash
120-
npx tsc --init
121-
```
122-
123-
Update the `tsconfig.json` file with the following settings.
124-
125-
```json title="tsconfig.json"
126-
{
127-
"compilerOptions": {
128-
"target": "ES2020",
129-
"module": "commonjs",
130-
"strict": true,
131-
"esModuleInterop": true,
132-
"skipLibCheck": true,
133-
"forceConsistentCasingInFileNames": true
134-
}
135-
}
136-
```
137117

138118
Create `agent.ts` that implements an AI agent which first obtains a valid access token from **{{ product_name }}** by authenticating itself. The agent then includes that token in the `Authorization` header (for example `Authorization: Bearer <token>`) when calling the MCP tool.
139119

0 commit comments

Comments
 (0)