We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d048f commit b320d6fCopy full SHA for b320d6f
packages/mcp-server/cloudflare-worker/src/index.ts
@@ -13,8 +13,8 @@ type MCPProps = {
13
*/
14
const serverConfig: ServerConfig = {
15
orgName: 'ImageKit',
16
- instructionsUrl: "https://imagekit.io/docs/mcp-server", // Set a url for where you show users how to get an API key
17
- logoUrl: "https://ik.imagekit.io/ikmedia/logo/light_T4buIzohVH.svg", // Set a custom logo url to appear during the OAuth flow
+ instructionsUrl: 'https://imagekit.io/docs/mcp-server', // Set a url for where you show users how to get an API key
+ logoUrl: 'https://ik.imagekit.io/ikmedia/logo/light_T4buIzohVH.svg', // Set a custom logo url to appear during the OAuth flow
18
clientProperties: [
19
{
20
key: 'privateKey',
0 commit comments