@egain/egain-mcp-server 1.0.5 → 1.0.6
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/README.md +0 -2
- package/bin/mcp-server.js +5 -5
- package/bin/mcp-server.js.map +4 -4
- package/esm/src/lib/config.d.ts +2 -2
- package/esm/src/lib/config.js +2 -2
- package/esm/src/mcp-server/mcp-server.js +1 -1
- package/esm/src/mcp-server/server.js +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
package/README.md
CHANGED
|
@@ -152,8 +152,6 @@ The inspector opens in your browser where you can:
|
|
|
152
152
|
|
|
153
153
|
MCP Server Created by [Speakeasy](https://www.speakeasy.com/?utm_source=egain-mcp&utm_campaign=mcp-typescript)
|
|
154
154
|
|
|
155
|
-
> ⚠️ Disclaimer: This MCP server is an early preview and is not production‑ready. It is provided as a “taste test” so you can explore the direction while we continue complete features. Expect limited functionality and frequent changes.
|
|
156
|
-
|
|
157
155
|
### Contact
|
|
158
156
|
* Issues: [GitHub Issues](https://github.com/eGain/egain-mcp-server/issues)
|
|
159
157
|
* MCP Support: eloh@egain.com
|
package/bin/mcp-server.js
CHANGED
|
@@ -4046,9 +4046,9 @@ var init_config = __esm(() => {
|
|
|
4046
4046
|
SDK_METADATA = {
|
|
4047
4047
|
language: "typescript",
|
|
4048
4048
|
openapiDocVersion: "1.0.0",
|
|
4049
|
-
sdkVersion: "1.0.
|
|
4049
|
+
sdkVersion: "1.0.6",
|
|
4050
4050
|
genVersion: "2.723.8",
|
|
4051
|
-
userAgent: "speakeasy-sdk/mcp-typescript 1.0.
|
|
4051
|
+
userAgent: "speakeasy-sdk/mcp-typescript 1.0.6 2.723.8 1.0.0 @egain/egain-mcp-server"
|
|
4052
4052
|
};
|
|
4053
4053
|
});
|
|
4054
4054
|
|
|
@@ -47817,7 +47817,7 @@ The Search API is a hybrid search service that combines semantic understanding w
|
|
|
47817
47817
|
function createMCPServer(deps) {
|
|
47818
47818
|
const server = new McpServer({
|
|
47819
47819
|
name: "EgainMcp",
|
|
47820
|
-
version: "1.0.
|
|
47820
|
+
version: "1.0.6"
|
|
47821
47821
|
});
|
|
47822
47822
|
const getClient = deps.getSDK || (() => new EgainMcpCore({
|
|
47823
47823
|
security: deps.security,
|
|
@@ -49064,7 +49064,7 @@ var routes = ln({
|
|
|
49064
49064
|
var app = _e(routes, {
|
|
49065
49065
|
name: "mcp",
|
|
49066
49066
|
versionInfo: {
|
|
49067
|
-
currentVersion: "1.0.
|
|
49067
|
+
currentVersion: "1.0.6"
|
|
49068
49068
|
}
|
|
49069
49069
|
});
|
|
49070
49070
|
Yt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -49072,5 +49072,5 @@ export {
|
|
|
49072
49072
|
app
|
|
49073
49073
|
};
|
|
49074
49074
|
|
|
49075
|
-
//# debugId=
|
|
49075
|
+
//# debugId=3CD281DB81F8829C64756E2164756E21
|
|
49076
49076
|
//# sourceMappingURL=mcp-server.js.map
|