profoundai 0.25.1 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/README.md +1 -8
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.26.0 (2026-02-16)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.25.2...v0.26.0](https://github.com/cooper-square-technologies/profound-typescript-sdk/compare/v0.25.2...v0.26.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **mcp:** allow to authenticate using `x-api-key` header ([e6aa4f2](https://github.com/cooper-square-technologies/profound-typescript-sdk/commit/e6aa4f2fd8f1c7ca5f76ece6ad1f7bb928476714))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **mcp:** go back button ([b0b716e](https://github.com/cooper-square-technologies/profound-typescript-sdk/commit/b0b716e082b91c90a5f93f5e6ae9ee4022978a1d))
|
|
15
|
+
* **mcp:** wrangler configuration ([c53a516](https://github.com/cooper-square-technologies/profound-typescript-sdk/commit/c53a516722adff436ac15d11326e9fdd4021fc22))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Documentation
|
|
19
|
+
|
|
20
|
+
* remove Stainless reference ([e8c47ea](https://github.com/cooper-square-technologies/profound-typescript-sdk/commit/e8c47ea93ebb64fd435480a205faf666aceb9d67))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Styles
|
|
24
|
+
|
|
25
|
+
* format ([340248a](https://github.com/cooper-square-technologies/profound-typescript-sdk/commit/340248a1e7792d48d7ba524627659676200b0f51))
|
|
26
|
+
|
|
27
|
+
## 0.25.2 (2026-02-16)
|
|
28
|
+
|
|
29
|
+
Full Changelog: [v0.25.1...v0.25.2](https://github.com/cooper-square-technologies/profound-typescript-sdk/compare/v0.25.1...v0.25.2)
|
|
30
|
+
|
|
31
|
+
### Chores
|
|
32
|
+
|
|
33
|
+
* remove custom code ([a551d11](https://github.com/cooper-square-technologies/profound-typescript-sdk/commit/a551d1124d160af8f268fbef63de0cfa859b4cde))
|
|
34
|
+
|
|
3
35
|
## 0.25.1 (2026-02-16)
|
|
4
36
|
|
|
5
37
|
Full Changelog: [v0.25.0...v0.25.1](https://github.com/cooper-square-technologies/profound-typescript-sdk/compare/v0.25.0...v0.25.1)
|
package/README.md
CHANGED
|
@@ -6,14 +6,7 @@ This library provides convenient access to the Profound REST API from server-sid
|
|
|
6
6
|
|
|
7
7
|
The REST API documentation can be found on [docs.tryprofound.com](https://docs.tryprofound.com). The full API of this library can be found in [api.md](api.md).
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Use the Profound MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
12
|
-
|
|
13
|
-
[](https://cursor.com/en-US/install-mcp?name=profound-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInByb2ZvdW5kLW1jcCJdfQ)
|
|
14
|
-
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22profound-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22profound-mcp%22%5D%7D)
|
|
15
|
-
|
|
16
|
-
> Note: You may need to set environment variables in your MCP client.
|
|
9
|
+
It is generated with [Stainless](https://www.stainless.com/).
|
|
17
10
|
|
|
18
11
|
## MCP Server
|
|
19
12
|
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.26.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.26.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.26.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.26.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|