Skip to content

Commit 5e0c85b

Browse files
committed
3827 SF
1 parent 1411474 commit 5e0c85b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/eslint/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @fileoverview Bytechef ESLint plugin
3-
* @author Bytechef
3+
* @author Ivica Cardic
44
*/
55
'use strict';
66

server/libs/ai/mcp/mcp-server-configuration/mcp-server-configuration-graphql/src/main/java/com/bytechef/ai/mcp/server/configuration/web/graphql/ManagementMcpServerGraphQlController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* GraphQL controller for managing MCP Server configuration. Provides read/write access to platform-level property
3232
* "mcp.server.key".
3333
*
34-
* @author ByteChef
34+
* @author Ivica Cardic
3535
*/
3636
@Controller
3737
class ManagementMcpServerGraphQlController {

server/libs/automation/automation-mcp/automation-mcp-graphql/src/test/java/com/bytechef/automation/mcp/web/graphql/McpProjectWorkflowGraphQlControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* Unit test for {@link McpProjectWorkflowGraphQlController}. This test focuses on testing the GraphQL layer with mocked
4141
* service dependencies.
4242
*
43-
* @author ByteChef
43+
* @author Ivica Cardic
4444
*/
4545
@ExtendWith(MockitoExtension.class)
4646
public class McpProjectWorkflowGraphQlControllerTest {

server/libs/platform/platform-mcp/platform-mcp-graphql/src/test/java/com/bytechef/platform/mcp/web/graphql/McpComponentGraphQlControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Integration test for {@link McpComponentGraphQlController}. This test focuses on testing the GraphQL layer with
3838
* mocked service dependencies.
3939
*
40-
* @author ByteChef
40+
* @author Ivica Cardic
4141
*/
4242
@ExtendWith(MockitoExtension.class)
4343
public class McpComponentGraphQlControllerTest {

0 commit comments

Comments
 (0)